home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
lastcall.dxr
/
00247_Return from bartender heaven.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-27
|
252 b
|
15 lines
on beginSprite
global gPlayerTips, gPearlyGates
gPearlyGates = 0
beginPause()
setLevelCurrentSong()
if gPlayerTips > 0 then
newHi = checkHiScore(1)
else
newHi = 0
end if
if newHi > 0 then
updateHighScoreChart()
end if
end